Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/

README.md /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/README.md
280 Views
0 Comments
# A fun game where you can virtually bet!

game.html /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/game.html
399 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/index.js
243 Views
0 Comments
alert('Do you want to play the game?');

var randomNum1 = Math.floor(Math.random()*6)+1; // generate 1 to 6 random numbers
var r
money.png /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/money.png
150 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/style.css
193 Views
0 Comments
h1 {
margin: 30px;
margin-bottom: 80px;
font-family: 'Lobster', cursive;
text-shadow: 5px 0 #232931;
font-size: 8rem;